|
WASTED Modding Documentation
1
ModdingDocumentation
|
Represents a change to an attribute that is applied by a Buff/Equipment. More...
Static Public Member Functions | |
| static BuffAttribute | Create (string name, string expression, bool is_multiplicative=false, string required_tags="") |
| Creates a new BuffAttribute. | |
Public Attributes | |
| string | attributeName = "" |
| The attribute that is modified. | |
| bool | isMultiplicative = false |
| Whether the modification is multiplicative. Otherwise, the modification is additive. | |
| string | attributeExpression = "0" |
| A string expression that represents the modification to the attribute. | |
| string | requiredTags = "" |
| The tags that must be present on the character for the modification to be applied. | |
Represents a change to an attribute that is applied by a Buff/Equipment.